Welcome![Sign In][Sign Up]
Location:
Search - peg ldpc matlab

Search list

[source in ebookPEGldpc

Description: PROGRASSIVE EDGE GROWTH 累加边增加LDPC算法-PROGRASSIVE EDGE GROWTH cumulative increase LDPC edge algorithm
Platform: | Size: 10240 | Author: 陈丹 | Hits:

[Post-TeleCom sofeware systemspeg_ldpc

Description: ldpc码的peg构造,用c++写的,在xp上能够运行成功,是学习peg构造方法和c++编程的非常好的材料。-LDPC code peg construction, with c++ written in xp can be run successfully, is to learn from peg Construction methods and c++ programming very good material.
Platform: | Size: 417792 | Author: 木木 | Hits:

[Communication-MobilePEG_LDPC

Description: 引入PEG(Progressive-edge-growth)算法来构造适合线性时间编码的LDPC校验矩阵,译码时采用简化最小和Min-Sum译码算法实现简化译码.仿真结果表明,该方法能够构造适合LDPC码的线性时间编码的下三角校验矩阵日,并且用此方法构造的LDPC码性能非常接近原来PEG算法构造的LDPC码.同时通过采用最小和Min-Sum算法降低译码复杂度.-The introduction of PEG (Progressive-edge-growth) algorithm to construct suitable for linear time encoding of LDPC check matrix, decoding simplified when the smallest and the Min-Sum decoding algorithm decoding simplified. Simulation results show that this method can construct LDPC codes suitable for linear time encoding on lower triangular calibration matrix, and constructed using this method the performance of LDPC code is very close to the original PEG algorithm constructed LDPC codes. At the same time through the use of the smallest and the Min-Sum decoding algorithm to reduce complexity.
Platform: | Size: 168960 | Author: 卡卡 | Hits:

[Otherpeg1

Description: ldpc的peg算法消除四环,尽量只存在六环-the peg algorithms ldpc
Platform: | Size: 1024 | Author: 大耳朵 | Hits:

[matlabLDPC_cooperation

Description: 给出了用matlab实现LDPC码协作通信的程序,其中LDPC码用PEG算法构造,并给出了相应的文章。-Given LDPC codes using matlab to achieve collaborative communication procedures which LDPC codes constructed with the PEG algorithm, and gives the corresponding article.
Platform: | Size: 517120 | Author: 袁磊 | Hits:

[OtherLDPC_H_Construction

Description: LDPC码H矩阵构造的三种尝试,包括比特填充法、PEG法和近似最短环路法(ACE)的实践-This document includes three methods to implement LDPC H matrix construction. Please enjoy them!
Platform: | Size: 12288 | Author: david duan | Hits:

[Program docPEG

Description: LDPC码的PEG构造算法,C语言编写。 希望对研究LDPC码的同仁们有所帮助-LDPC codes PEG construction algorithm, C language. Hope that the study of LDPC codes help colleagues
Platform: | Size: 399360 | Author: xiaomin | Hits:

[matlabldpc

Description: 基于PEG算法的准循环LDPC码构造方法研究-PEG algorithm based on quasi-cyclic LDPC code construction methods
Platform: | Size: 310272 | Author: zj | Hits:

[matlabPEG

Description: 用PEG构造法生成LDPC监督矩阵的程序-With PEG construction method to generate LDPC matrix program oversight
Platform: | Size: 708608 | Author: 王昆 | Hits:

[AlgorithmGaussian

Description: 高斯消元的matlab程序,有助于ldpc校验矩阵的构建,另赠peg算法-Gaussian elimination matlab program will help ldpc check matrix construction, and other gifts peg algorithm
Platform: | Size: 2048 | Author: 小平 | Hits:

[Voice CompressPEG

Description: LDPC码的PEG构造,用matlab编写,希望对大家有所帮助。-The LDPC code PEG constructed matlab write, we want to help.
Platform: | Size: 1024 | Author: 王达利 | Hits:

[Otherldpc_peg_gallar_macay

Description: LDPC码的三种随机构造法,PEG/MACAY/Gallar,三种方法的matlab实现-Three random construction method of LDPC codes, PEG/MACAY/Gallar, three methods of matlab,
Platform: | Size: 7168 | Author: laolingling | Hits:

[OtherLDPC_H

Description: 在matlab环境下,构造LDPC码的校验矩阵的各种方法,包括Gallager构造法,Mackay构造法,PEG构造法,对以后的编译码算法有很大的帮助。-In the matlab environment, various methods LDPC code parity check matrix structure, including Gallager construction law, Mackay construction law, PEG construction method, after encoding and decoding algorithms are of great help.
Platform: | Size: 11264 | Author: 王岩 | Hits:

[Otherldpc

Description: LDPC码仿真,采用peg构造矩阵H,译码为spa。-The code for ldpc simulation under matlab。
Platform: | Size: 211968 | Author: lil | Hits:

[GPS developPEG算法和DE算法

Description: 介绍了LDPC编码中的PEG算法和DE(Density Evolution)算法。(The PEG algorithm and DE (Density Evolution) algorithm in LDPC coding are introduced.)
Platform: | Size: 1024 | Author: zsm... | Hits:

[Mathimatics-Numerical algorithmsLDPC-PEG算法构造H矩阵

Description: LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.57409*x^3 %为了得到更好的性能,此处的度分布序列采用密度进化理论选取 dv=inline('0.38354*x+0.04237*x.^2+0.57409*x.^3','x'); %计算每个度分布的节点数 indv=quadl(dv,0,1); a2=round(n*(0.38354/2/indv)); a3=round(n*(0.04273/3/indv)); ds(1:a2)=2; ds(a2+1:a3+a2)=3;(LDPC-PEG algorithm constructs H matrix source code program, matlab source code program clear all; CLC; % Input coding parameters, m: number of check nodes, n: number of variable nodes (note that bit rate R is not necessarily 1/2) % Constructing LDPC Check Matrix with Arbitrary Bit Rate M = input ('The number of check nodes:'); N = input ('The number of variable nodes:'); H = zeros (m, n); % Given variable nodal degree distribution sequence DV = 0.38354*x+0.04237*x^2+0.57409*x^3 % In order to get better performance, the density evolution theory is used to select the degree distribution sequence. DV = inline ('0.38354 * x + 0.04237 * X. ^ 2 + 0.57409 * X. ^ 3','x'); % Calculate the number of nodes per degree distribution INDV = quadl (dv, 0, 1); A2 = round (n* (0.38354/2/indv)); A3 = round (n* (0.04273/3/indv); DS (1:a2) =2; DS (a2 + 1: A3 + a2) = 3;)
Platform: | Size: 1024 | Author: MATLAB编程 | Hits:

CodeBus www.codebus.net